home *** CD-ROM | disk | FTP | other *** search
- #define munchtb_width 32
- #define munchtb_height 16
- static char munchtb_bits[] = {
- 0xf0, 0xff, 0xff, 0x0f, 0xfc, 0xff, 0xff, 0x3f, 0xfe, 0xff, 0xff, 0x7f,
- 0xfe, 0xff, 0xff, 0x7f, 0x0f, 0x00, 0x00, 0xf0, 0x03, 0x00, 0x00, 0xc0,
- 0x01, 0x00, 0x00, 0x80, 0x01, 0x00, 0x00, 0x80, 0x01, 0x00, 0x00, 0x80,
- 0x01, 0x00, 0x00, 0x80, 0x03, 0x00, 0x00, 0xc0, 0x0f, 0x00, 0x00, 0xf0,
- 0xfe, 0xff, 0xff, 0x7f, 0xfe, 0xff, 0xff, 0x7f, 0xfc, 0xff, 0xff, 0x3f,
- 0xf0, 0xff, 0xff, 0x0f};
-